drivers/crypto/fsl: remove redundant logical contraint
author[email protected] <[email protected]>
Sat, 15 Apr 2017 14:37:54 +0000 (16:37 +0200)
committerTom Rini <[email protected]>
Tue, 18 Apr 2017 14:29:25 +0000 (10:29 -0400)
commitd1710561b0c4b68041d0f51e8fc5cfe3c2c15bb9
tree91160df238c61aae75c857874ed13dad09c77ba1
parent7a931b958e4f942b16d3f5d31dc4c0982fa186c8
drivers/crypto/fsl: remove redundant logical contraint

'A || (!A && B)' is equivalent to 'A || B'.
Let's reduce the complexity of the statement in start_jr0().

The problem was indicated by cppcheck.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: York Sun <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/crypto/fsl/jr.c